home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr47 / 131_01.zip / FPUT.DOC < prev    next >
Text File  |  1993-06-05  |  768b  |  21 lines

  1. ----                                ----
  2. FPUT            File Copy Utility            FPUT
  3. ----                                ----
  4.  
  5.  
  6. Copies a list of files onto a destination drive:
  7.  
  8.  
  9. FPUT <drive> <filename> <filename> ...
  10.  
  11.  
  12. The <drive> argument may be a user number, a drive specifier, or both
  13. (e.g.  1/  B:  or  0/F:).  The <filename> arguments must not contain
  14. any wildcard characters, but may have user number or drive prefixes.
  15.  
  16. If a <filename> begins with an '@', it is considered a catalog file,
  17. and the default extension ".CAT" is appended if none is given.  Each
  18. filename in the catalog is copied to the destination drive.  Any '@'
  19. arguments within the catalog file are also expanded.  If the argument
  20. consists of only an '@', then the default "FILES.CAT" is processed.
  21.